From: Alexandre Viau Date: Sun, 6 Jan 2019 02:57:00 +0000 (-0500) Subject: Add missing Libs flags X-Git-Tag: archive/raspbian/3.0.1-1.1+rpi1~1^2^2^2^2^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=12f4bc558ed9e667d79906157b2229fcb44b7aa5;p=opendht.git Add missing Libs flags Debian only ships libopendht.a. The pkg-config file is only included in the dev package. This modifies it so that the linking works with libopendht.a Gbp-Pq: Name pkgconfig-static.patch --- diff --git a/opendht.pc.in b/opendht.pc.in index 0aae92c..25170d7 100644 --- a/opendht.pc.in +++ b/opendht.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ Name: OpenDHT Description: C++ Distributed Hash Table library Version: @VERSION@ -Libs: -L${libdir} -lopendht +Libs: -L${libdir} -lopendht -lnettle -lgnutls -largon2 Libs.private: -lpthread Requires.private: gnutls >= 3.1@argon2_lib@ Cflags: -I${includedir}